home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
dragracer.swf
/
scripts
/
DefineButton2_1515
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-10-06
|
237 b
|
10 lines
on(release){
tellTarget(_root)
{
viewcarnum = 0;
prompt("Note","Before you purchase your car,\n Make sure you have stored your current car in the garage!",1);
gotoAndStop("carshop");
play();
}
}